* {
	padding: 0;
	margin: 0;
}


body {
	width: 100%;

	margin: auto;
	font-size: 16px;
	background: url(../globalImage/2022_bg.jpg) no-repeat;

	background-attachment: fixed;
	background-position: top center;
}

@media screen and (max-width:580px){
 body {
   background: url(../globalImage/2022_bg.jpg) no-repeat;
   background-size: 100%;
   background-attachment: fixed;
   background-position: top center;
  }
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

.mt-32 {
	margin-top: 32px;
}

.ml-16 {
	margin-left: 16px;
}

.mt-15 {
	margin-top: 15px;
}

.p-25 {
	padding: 25px;
}

.line-single {
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/* 只显示两行，超过显示省略号 */
.line-two {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line-four {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.container {
	width: 1200px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	/* font-size: 16px; */
}

.bg-white {
	background-color: #fff;
	zoom: 1;
}

.layout {
	padding: 60px 0;
}

/*top */
.top {
	filter: none;
	background: rgba(0, 0, 0, 0.1);
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	/*Filter for IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#10000000,endColorstr=#10000000)";
	/*Filter for older IEs */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#10000000, endColorstr=#10000000) !important;
}

.top .favcon li {
	float: left;
	margin-left: 32px;
}

/* header */
.header {
	padding: 12px 0;
}

.header .f-left {
	margin: 25px 0;
}

.header .search-group {
	display: inline-block;
	background-color: #fff;
	width: 256px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin: 40px 12px 40px 0;
	padding: 0 10px;
}

.header .search-group input {
	border: none;
	vertical-align: middle;
	padding-left: 20px;
	width: 200px;
	font-size: 16px;
	margin-top: -2px;
}

.header .search-group img {
	margin-top: -3px;
}

.header .btn {
	border-radius: 4px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	padding-right: 20px;
	background: #2e7cc9 url(../images/icon_dom.png) 11px center no-repeat;
	display: inline-block;
	background-size: 20px auto;
	cursor: pointer;
	font-size: 16px;
}

.header .btn:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* nav-banner */
.nav {
	width: 1200px;
	margin: auto;
	position: relative;
	height: 60px;
	line-height: 60px;
	background: #3b77ca;
	overflow: hidden;
}

.nav .pt-list {
	width: 100%;
	margin: auto;
}

.nav a {
	display: block;
}

.nav li:hover {
	background-color: #cc2222;
}

.nav .active {
	background-color: #cc2222;
}

.nav .pt-list li {
	width: 150px;
	float: left;
	color: #fff;
	text-align: center;
}

.nav .pt-list p {
	padding-bottom: 13.5px;
	font-size: 16px;
	color: #fff;
}

.search-date-group {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.search-date-group .date input {
	border: none;
	vertical-align: middle;
	width: 100px;
	padding: 0 6px;
	background: #f9f9f9 url(../images/icon_date.png) 110px center no-repeat;
	margin: 0 10px;
	padding-right: 30px;
}

.search-date-group .btn {
	background-color: #c7dff5;
	width: 90px;
	color: #3886ca;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

.search-date-group .date input,
.search-date-group .btn {
	height: 34px;
	line-height: 34px;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

/* datepicker */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #3886ca;
	background-color: #c7dff5;
	color: #3886ca;
}

/* 分页 */
.pagination {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
}


.content {
	background-color: #fff;
	width: 1200px;
	margin: auto;
	padding: 30px 20px;
	box-sizing: border-box;
}



.footer {
	background-color: #245590;
	width: 1200px;
	height: 138px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 100px;
	font-size: 14px;
}

.footer .f-left img {
	margin: 38px 0 0 64px;
}

.footer .f-left2 img {
	margin-top: 34px;
}

.mod_copyright {
	text-align: center;
	padding-top: 20px;
	color: #fff;
	width: 916px;
	float: left;
}

.links {
	margin-bottom: 15px;
}

.links a {
	margin: 0 4px;
	color: #fff;
}

.copyright p {
	margin-bottom: 15px;
}
.copyright p span{
	margin-right: 15px;
	font-weight: bold;
}

.subtitle {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	background-color: #f4f4f4;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
}

.subtitle a {
	color: #666666;
}
